home *** CD-ROM | disk | FTP | other *** search
Text File | 1992-11-21 | 432 b | 15 lines | [TEXT/KAHL] |
- // cdev tester.c
-
- void SetUpMenus(void);
- void MaintainMenus(void);
- void EventLoop(void);
- void SAlert(int index);
- void ErrorCheck(long returnValue);
- Boolean CheckControlPanel(void);
- void OpenControlPanel(void);
- void CloseControlPanel(void);
- void HandleMouseDown(EventRecord theEvent);
- void HandleMenuChoice(long menuChoice);
- void HandleAppleChoice(int theItem);
- void HandleFileChoice(int theItem);
- void HandleEditChoice(int theItem);